home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / mic20020 / swtdemo.bat < prev    next >
DOS Batch File  |  1993-02-24  |  876b  |  37 lines

  1. @echo off
  2. cls
  3. break off
  4. works
  5. if not errorlevel 255 goto chk254
  6. echo EXE file corrupted.  Diskette may be damaged.
  7. echo Demo terminated.
  8. pause
  9. goto :end
  10. :chk254
  11. if not errorlevel 254 goto chk253
  12. echo Sorry, This demo requires DOS 2.0 or higher.
  13. pause
  14. goto :end
  15. :chk253
  16. if not errorlevel 253 goto chk252
  17. echo Sorry, this demo requires VGA graphics capabilities.
  18. pause
  19. goto :end
  20. :chk252
  21. if not errorlevel 252 goto chk251
  22. echo Sorry, this demo requires EGA or VGA graphics capabilities.
  23. pause
  24. goto :end
  25. :chk251
  26. if not errorlevel 251 goto chk250
  27. echo Sorry, 256K of memory on the EGA card is required to run this demo.
  28. pause
  29. goto :end
  30. :chk250
  31. if not errorlevel 250 goto allok
  32. rem echo Sorry, this demo needs to be run from a hard disk.  Try again.
  33. goto :end
  34. :allok
  35. echo Thank you for watching our Microsoft Works 3.0 for MS-DOS demo. 
  36. :end end
  37.